[Gterm-discuss] a small todo list
Brought to you by:
theosib
From: Zhang Le <ej...@pe...> - 2002-12-11 08:12:59
|
Hi all, I write a small todo list here and hope you may have interest. It's a l= ong=20 way to go anyway. A.GTerm core 1. implement xterm extension such as setting application title , font cha= nge,=20 color change 2. history review support 3. cut/paste selection interface 4. UTF-8/unicode wide char support B.GTerm application 1. split tty code into a separate component for easy maintain and porting 2. port to FreeBSD 3. add a scroll bar to history review 4. add a config file for easy user configure 5. background image(may not be so useful) 6. integrate with autoconf/automake build system 7. XIM support I have already written some history review mode code in zhcon=20 project(sf.net/projects/zhcon). It will not be too difficult to port it t= o=20 gterm. But I can not find time to do it until March next year. So if you = can=20 wait, I can do it then. BTW I find the CVS code does not have a consistent indent. Some use space= ,=20 some use tab char. It's common practice to use only white space to indent= =20 code. So I suggest to use 4 white space to indent source code. If you too use vim, add=20 /* * vi:ts=3D4:shiftwidth=3D4:expandtab * vim600:fdm=3Dmarker */ to source code is enough. --=20 Sincerely yours, Zhang Le |