[temp]: part (partial files, e.g. used by many download managers)
[archive]: apk (android packages), deb (debian packages)
[media]: ts (MPEG-TS streams)
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
In the menu bar, click on the space character immediately before the
"File" label.
Actual: The "Left" menu opens.
Expected: The "File" menu should open, since when clicking on "File",
this space character on its left is also highlighted.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 3997_cleanup: (35 commits)
tests: add .gitignore
Fix .gitignore
Update po/*.po files.
tests: editcmd__edit_complete_word_cmd.c: override mc_refresh()
(dir_list_reload): refactoring.
(dir_list_load): get rid of goto.
Refactoring of directory read visualization.
Add dir_list callback to visualize of directory reading.
(dir_list_load): show error message outside of this function.
(handle_path): change parameters type from int* to gboolean*.
(handle_dirent): change parameters type from int* to gboolean*.
lib/tty/tty-internal.h: fix typo.
(tty_init): remove stuff that SLang_init_tty() already done.
(tty_init): clarify screen size limitation.
src/filemanager/layout.c: fix coding style.
(save_panel_dir): minor refactoring.
File manager: refactoring of MSG_RESIZE handling.
diffviewer: refactoring of MSG_RESIZE handling.
mcviewer: refactoring of MSG_RESIZE handling.
mcedit: refactoring of MSG_RESIZE handling.
...
Don't wanna accidentially add autogenerated files to the git repo,
so ignore them.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
autogen.sh generates a bunch of files aren't .gitignore'd yet.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
...after refactoring of SIGWINCH handling
(37ffc02422).
Replacing variable with pipe cause a timeout in original tty_got_winch()
in this test and test fails. Use an empty replacement of mc_refresh().
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Use dir_list callback to show rotaing dash.
Now src/filenamager/dir.c does not depend on the Widget subsystem.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
S_Lang: pre2.3.3-8 (55f58798c267d76a1b93d0d916027b71a10ac1ee): removed
static buffers dependent upon SLTT_MAX_SCREEN_ROWS/COLS in favor of
dynamically allocated arrays.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Use pipe to collect consecutive raised SIGWINCH events.
Then handle multiple events at a time treating them
as a single one.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 4000_extfs_remove_nested_archives:
Remove archives from temporary directory after VFS timeout or at mc exit.
Remove check of "." and ".." directories.
Ticket #4000: extfs: nested archives are not removed...