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