summaryrefslogtreecommitdiff
path: root/app/ssh-askpass/TODO
blob: cdfce905a1fa4b4ec267f751cfa0d2dac603efe0 (plain)
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
# TODO: Notes about future work on x11-ssh-askpass
# created 2000-Aug-28 03:32 jmk
# autodate: 2000-Nov-07 06:19

+------------+
| Fun Things |
+------------+

- (DONE) Add timeout feature.

+---------------+
| High Priority |
+---------------+

No items.

+--------------+
| Low Priority |
+--------------+

- (DONE) Make pressed buttons actually look pressed.

- (DONE) Make pressed buttons pop back up when the pointer leaves them.

- Investigate use of malloc() vs realloc(NULL,) for SunOS and other
  older systems.  Charles Levert <charles@comm.polymtl.ca>