Handle cursor key mode (application vs. ANSI). "less" now works.

This commit is contained in:
Keith Winstein
2011-02-03 03:56:02 -05:00
parent 4ca5b35d7d
commit 5a3c4a201b
9 changed files with 41 additions and 14 deletions
+3
View File
@@ -43,6 +43,9 @@ namespace Terminal {
std::string read_octets_to_host( void );
void debug_printout( int fd );
std::string open( void ); /* put user cursor keys in application mode */
std::string close( void ); /* restore user cursor keys */
};
}