Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Increase width of password dialog |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/tweaks | trunk |
Files: | files | file ages | folders |
SHA3-256: |
71d7ff8675488671a20af9b882f02a81 |
User & Date: | atomicules@lavabit.com 2013-03-22 16:58:41 |
Context
2013-03-22
| ||
17:01 | Merge branch 'modernise' into tweaks2 check-in: 9ed6b07353 user: atomicules@lavabit.com tags: origin/tweaks, trunk | |
16:58 | Increase width of password dialog check-in: 71d7ff8675 user: atomicules@lavabit.com tags: origin/tweaks, trunk | |
2012-11-30
| ||
10:14 | Add notes on how to use automake and autoconf check-in: 2c363d9771 user: atomicules@lavabit.com tags: origin/tweaks, trunk | |
Changes
Changes to src/actions.c.
︙ | ︙ | |||
25 26 27 28 29 30 31 | extern Pw * uilist_get_highlighted_item(); extern PWList * uilist_get_highlighted_sublist(); extern PWList * pwlist_new(char*); extern PWSearchResult * uilist_get_highlighted_searchresult(); extern char *pwgen_ask(); | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | extern Pw * uilist_get_highlighted_item(); extern PWList * uilist_get_highlighted_sublist(); extern PWList * pwlist_new(char*); extern PWSearchResult * uilist_get_highlighted_searchresult(); extern char *pwgen_ask(); int disp_h = 15, disp_w = 80; extern int curitem; extern WINDOW *bottom; int action_list_add_pw() { Pw *pw; |
︙ | ︙ |