forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 1389569 b: refs/heads/joyent/feature/dash/trunk c: 4396f06 h: refs/heads/trunk i: 1389567: d111af6
- Loading branch information
roy
committed
Dec 7, 2011
1 parent
83bddfc
commit 1026149
Showing
4 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
branches/joyent/feature/dash/trunk/inputmethod/canna/patches/patch-ap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
$NetBSD: patch-ap,v 1.1 2011/12/07 16:05:59 roy Exp $ | ||
|
||
--- canuum/termio.c.orig 2011-12-07 13:20:41.000000000 +0000 | ||
+++ canuum/termio.c 2011-12-07 15:58:50.000000000 +0000 | ||
@@ -175,7 +175,6 @@ | ||
void | ||
closeTermData () | ||
{ | ||
- resetterm (); | ||
reset_shell_mode (); | ||
} | ||
|
||
@@ -195,7 +194,7 @@ | ||
set_scroll_region (start, end) | ||
int start, end; | ||
{ | ||
- tputs (tparm (change_scroll_region, start, end), 1, putchar); | ||
+ tputs (tparm (change_scroll_region, start, end, 0, 0, 0, 0, 0, 0, 0), 1, putchar); | ||
} | ||
|
||
void | ||
@@ -223,7 +222,7 @@ | ||
throw_cur_raw (col, row) | ||
int col, row; | ||
{ | ||
- tputs (tparm (cursor_address, row, col), 1, putchar); | ||
+ tputs (tparm (cursor_address, row, col, 0, 0, 0, 0, 0, 0, 0), 1, putchar); | ||
} | ||
|
||
void |