diff --git a/snipplets/code/C/conio.h/README.md b/snipplets/code/C/conio.h/README.md index f8fff65..6677c2b 100644 --- a/snipplets/code/C/conio.h/README.md +++ b/snipplets/code/C/conio.h/README.md @@ -13,6 +13,32 @@ ## Содержание +* [`_setcursortype`](#void-_setcursortype-int-type) +* [`getpass`](#char-getpass-const-char-str) +* [`window`](#void-window-int-left-int-top-int-right-int-bottom) +* [`wherex`/`wherey`](#int-wherex-void-%D0%B8-int-wherey-void) +* [`textmode`](#void-textmode-int-mode) +* [`textcolor`](#void-textcolor-int-color) +* [`textbackground`](#void-textbackground-int-color) +* [`textattr`](#void-textattr-int-attr) +* [`puttext`](#int-puttext-int-left-int-top-int-right-int-bottom-void-buf) +* [`normvideo`](#void-normvideo-void) +* [`lowvideo`](#void-lowvideo-void) +* [`highvideo`](#void-highvideo-void) +* [`movetext`](#int-movetext-int-left-int-top-int-right-int-bottom-int-newleft-int-newtop) +* [`insline`](#void-insline-void) +* [`gotoxy`](#void-gotoxy-int-x-int-y) +* [`gettextinfo`](#void-gettextinfo-struct-text_info-info) +* [`gettext`](#int-gettext-int-left-int-top-int-right-int-bottom-void-buf) +* [`delline`](#void-delline-void) +* [`cscanf`](#int-cscanf-char-fmt) +* [`cputs`](#int-cputs-const-char-str) +* [`cprintf`](#int-cprintf-const-char-fmt) +* [`clreol`/`clrscr`](#void-clreol-void-%D0%B8-void-clrscr-void) +* [`kbhit`](#int-kbhit) +* [`ungetch`](#int-ungetch-int-ch) +* [`getch`/`getche`](#int-getch-void-%D0%B8-int-getche-void) + ## `void _setcursortype(int type)` ### Описание: @@ -323,7 +349,7 @@ highvideo(); movetext(1, 1, 8, 8, 10, 10); ``` -## **void insline(void)** +## `void insline(void)` ### Описание: