Changes between Initial Version and Version 2 of Ticket #1546
- Timestamp:
- 08/19/09 08:45:48 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1546
- Property Milestone changed from 4.7 to 4.7.0-pre2
-
Ticket #1546 – Description
initial v2 6 6 7 7 Trivial fix: 8 9 {{{ 8 10 9 11 diff --git a/src/tty/tty-ncurses.c b/src/tty/tty-ncurses.c … … 20 22 addch (c); 21 23 } 24 25 }}}