Parent Directory
|
Revision Log
|
Patch
| Revision 1.54 by sysadm, Thu Oct 16 11:26:16 2025 UTC | Revision 1.55 by sysadm, Fri Oct 17 01:25:08 2025 UTC | |
|---|---|---|
| # | Line 278 static enum select_cmd_t section_list_se | Line 278 static enum select_cmd_t section_list_se |
| 278 | case 'n': | case 'n': |
| 279 | return CHANGE_NAME_DISPLAY; | return CHANGE_NAME_DISPLAY; |
| 280 | case CR: | case CR: |
| igetch_reset(); | ||
| 281 | case 'r': | case 'r': |
| 282 | case KEY_RIGHT: | case KEY_RIGHT: |
| 283 | if (item_count > 0) | if (item_count > 0) |
| # | Line 1113 int section_list_ex_dir_display(SECTION_ | Line 1112 int section_list_ex_dir_display(SECTION_ |
| 1112 | } | } |
| 1113 | continue; | continue; |
| 1114 | case CR: | case CR: |
| igetch_reset(); | ||
| 1115 | default: | default: |
| 1116 | switch (menu_control(&ex_menu_set, ch)) | switch (menu_control(&ex_menu_set, ch)) |
| 1117 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |