File ChangeLog changed (mode: 100644) (index b2329febd..9bf938960) |
23 |
23 |
Fixed setting 'timeoutlen' to zero resulting in high CPU use and ignoring |
Fixed setting 'timeoutlen' to zero resulting in high CPU use and ignoring |
24 |
24 |
user input. |
user input. |
25 |
25 |
|
|
|
26 |
|
Fixed trailing slash at the bottom of overwrite confirmation dialog |
|
27 |
|
displayed on merging directories. |
|
28 |
|
|
26 |
29 |
0.14-beta to 0.14 (2025-02-08) |
0.14-beta to 0.14 (2025-02-08) |
27 |
30 |
|
|
28 |
31 |
Improved documentation on zh/zl menu keys a bit. |
Improved documentation on zh/zl menu keys a bit. |
File src/ops.c changed (mode: 100644) (index f5d706362..c0aee4dcf) |
... |
... |
confirm_overwrite(io_args_t *args, const char src[], const char dst[]) |
1126 |
1126 |
{ .key = 'y', .descr = "[y]es/", }, |
{ .key = 'y', .descr = "[y]es/", }, |
1127 |
1127 |
{ .key = 'Y', .descr = "[Y]es for all/", }, |
{ .key = 'Y', .descr = "[Y]es for all/", }, |
1128 |
1128 |
{ .key = 'n', .descr = "[n]o/", }, |
{ .key = 'n', .descr = "[n]o/", }, |
1129 |
|
{ .key = 'N', .descr = "[N]o for all/", }, |
|
|
1129 |
|
{ .key = 'N', .descr = "[N]o for all", }, |
1130 |
1130 |
{ }, |
{ }, |
1131 |
1131 |
}; |
}; |
1132 |
1132 |
|
|