mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-08-09 15:24:56 +00:00
OXTABS
git-svn-id: svn://qnap.local/TwoTerm/trunk@3119 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -298,6 +298,8 @@
|
|||||||
{
|
{
|
||||||
// Control-U is used by the up-arrow key.
|
// Control-U is used by the up-arrow key.
|
||||||
term->c_cc[VKILL] = CTRL('X');
|
term->c_cc[VKILL] = CTRL('X');
|
||||||
|
// \t is a NOP so expand to spaces.
|
||||||
|
term->c_oflag |= OXTABS;
|
||||||
}
|
}
|
||||||
|
|
||||||
-(id)init
|
-(id)init
|
||||||
|
Reference in New Issue
Block a user