Commit 836b05fc0be724e5bb2dfe7295001f1c06161004
Document better performance of less-like view
Author: xaizek
Author date (UTC): 2013-10-15 21:29
Committer name: xaizek
Committer date (UTC): 2013-10-15 22:02
Parent(s): 84eca294392ba7c1bb6db8953265f69e94359d51
Signing key:
Tree: 4eb694e6111b2de6e3b7898ba61ec0292feb6f72
File ChangeLog changed (mode: 100644) (index b9c19d24e..3eec93280) |
149 |
149 |
Documented how | is treated on command line by some commands. Thanks to |
Documented how | is treated on command line by some commands. Thanks to |
150 |
150 |
Roger Bongers. |
Roger Bongers. |
151 |
151 |
|
|
|
152 |
|
Increased performance of (re)loading content for view mode. Thanks to |
|
153 |
|
Robert Sarkozi. |
|
154 |
|
|
152 |
155 |
Fixed configuration when set_escdelay() function is not available. |
Fixed configuration when set_escdelay() function is not available. |
153 |
156 |
Thanks to Russell Urquhart. |
Thanks to Russell Urquhart. |
154 |
157 |
|
|
File TODO changed (mode: 100644) (index 1d8b40500..f3c4f8ecc) |
... |
... |
Code improvements. |
186 |
186 |
Maybe allow specifying limit of input characters for command-line prompt |
Maybe allow specifying limit of input characters for command-line prompt |
187 |
187 |
submode. Would it make conflict resolution prompt easier to use? |
submode. Would it make conflict resolution prompt easier to use? |
188 |
188 |
Maybe pass var by pointer to var_free and cleanup the structure. |
Maybe pass var by pointer to var_free and cleanup the structure. |
|
189 |
|
Write tests for get_lines functions in string_array.c |