* 1925_mcserver_conditional:
Added check for empty value of 'enable_mcserver' variable for more proper summary output.
Ticket #1925: Fixed conditional compile of mcserver
Bug: in lock_extract_info() number of unicode characters
is used as number of bytes in string.
Now strlen() is used instead of str_term_width() to calculate
string length. String length is calculated only one time.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 1866_filesystem_reorganization: (27 commits)
src/viewer/display.c: added forgotten #include "src/charsets.h"
Removed src/pipethrough.* files.
Move src/cons.saver into src/consaver/* subdir
Changes for build after moving logging.[ch] into library
Move logging.[ch] into library
Changes for build after moving strutils into library
Moved strecape.[ch] into library
Added include of "fileloc.h" into subshell.c file
Changes for build after moving interface includes
Move all interface includes from subdirs lib/*/*.h into lib/*.h
Reorganization of usage external libs
Changes for build after moving strutil into lib
Change maint/template.c matched with new place of global.h
Moved strutil-related stuff from src into lib/strutil/*
Changes for build after moving util.[ch]
Moved src/util.[ch] into lib, also moved unixcompat.h and utilunix.c.
Reorganization of sources. Part 2
Reorganization of sources. Part 1.
global.h Removed unneeded include of file "textconf.h"
Reorganized pathes to files in '#include' directives
...
* moved src/fileloc.h into lib/fileloc.h
* moved src/timefmt.h into lib/timefmt.h
* removed unneedded includes into src/util.c
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
* moved src/global.h into lib/global.h
* moved glibcompat.[ch] from ./src/ into ./lib/
* moved fs.h from ./src/ into ./lib/
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Test case:
* run mc
* Select F9 => 'Left/Right' => 'Listing mode...'
* [x] user Mini status
* enter below: 'half type name | size+ | perm'
* Press [< OK >] button
Fix issue: alloc new block of memory with initialization (filled by zero)
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
changed default color pair for 'editbold' for more sensible.
original issue:
"It's a bit tricky to *search results of a search* in mcedit when default blue background is set.
Default colour for search results highlighting should be probably changed to something more sensible;
to my mind orange or red would be OK."
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
If symbolic link has a long name, the input line in 'Edit symlink'
dialog window is short. This bug is reproduces in non-C locales (KOI8-R,
UTF-8, etc).
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 1945_editor_mark_all:
Modified hotkeys in editor menu to resolve conflicts.
little menu refactoring
Ticket #1945 (new editor action - select all/mark all)