File: ChangeLog

package info (click to toggle)
iterm 0.5-3.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,208 kB
  • ctags: 1,934
  • sloc: sh: 12,139; ansic: 11,446; makefile: 240
file content (36 lines) | stat: -rw-r--r-- 1,634 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
- since version 0.4
	* added libutempter support
	* changed utmp to utmpx for better compatibility
	* fixed a bug of core dump when dragging to under the window
	* fixed bugs of (un)drawing cursor
	* fixed automake/autoconf related bugs
	* fixed bugs of fribidi layout driver for IA-64 system
- since version 0.3
	* added utmp support
	* fixed a bug that doesn't scroll properly when using scrollbar
	* fixed a bug of selection that multi width characters are not 
	selected properly
	* fixed a bug that selection of highlighted text doesn't inverse
	* deleted VTScreenView_update_rect
- since version 0.2
	* added CHA(ESC [ G) Cursor Character Absolute escape sequence
	* fixed a bug of HPA mapping (ESC [ G -> ESC [ `)
	* added CHT(ESC [ I) Cursor Forward Tabulation escape sequence
	* fixed a bug that TAB(^I) doesn't wrap properly
	* added CNL(ESC [ E) Cursor Next Line escape sequence
	* added CPL(ESC [ F) Cursor Preceding Line escape sequence
	* re-implemented screen_row.c to reduce memory consumption
- since version 0.1
	* changed thread model to event dispatch model
	* added ECH(ESC [ X): Erase Character escape sequence
	* added HPA(ESC [ G): Character Position Absolute escape sequence
	* added CBT(ESC [ Z): Cursor Backward Character escape sequence
	* added VPA(ESC [ d): Line Position Absolute escape sequence
	* changed tty_termila_io_<name> to TtyTerminalIO_<name>
	* added TtyTerminalIO_get_associated_fd() method
	* changed enable PLS library is default
	* added Splash Text
	* fixed a bug that fribidi layout doesn't work on some locales
	* added alternate buffer & cursor(ESC [ ? 1049 h/l) escape sequences