File: TODO

package info (click to toggle)
bbppp 0.2.5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 512 kB
  • ctags: 697
  • sloc: cpp: 5,336; sh: 327; makefile: 80
file content (7 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
- add man page
- clean up the code
- add frame.withdrawn.bevelWidth in normal style.
- Clean up the checkPPP code to optimize out redundant calls to Redraw().
  It currently redraws the window at every call (once per second?) while the
  connection is up, even if nothing has changed. (This might be more trouble
  than it's worth, however.)