Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 366 Bytes

File metadata and controls

16 lines (12 loc) · 366 Bytes

simple-getch

Get keys and lines without using termcap or ncurses! ncurses getch requires a window

Features: Getting single keys just like the ncurses getch but without window

Getting line with:

  • history
  • buffer edition
  • rollback

Usable functions are now in getch.h

TODO: rewrite history functions (for now the behavior is not what most people would expect)