Andrew Borodin
|
5cd4a8ad83
Moved panel update functions from main.c to screen.c.
|
15 years ago |
Andrew Borodin
|
c43bb6f576
TTY: moved alternate_plus_minus variable to TTY layer.
|
15 years ago |
Andrew Borodin
|
bd0d344802
TTY: moved repaint_screen() from src/main.[ch] to src/layout.[ch].
|
15 years ago |
Andrew Borodin
|
05f3ee1f6c
TTY: modifed initialization.
|
15 years ago |
Andrew Borodin
|
f1d526d84d
Keys handling.
|
15 years ago |
Andrew Borodin
|
bcc6a40486
Reorganization of TTY initalization and line drawing.
|
15 years ago |
Slava Zanko
|
cf363ad022
Ticket #391 (history is broken).
|
15 years ago |
Ilia Maslakov
|
d737b9151f
Ticket #343 (automatically detect user's charset)
|
15 years ago |
Andrew Borodin
|
fd09abaeb2
Hide private API of editor (#361).
|
15 years ago |
Slava Zanko
|
0c17219b2a
Move global config files from pkg_datadir to sysconfdir
|
15 years ago |
Slava Zanko
|
2ebdf91079
Merge branch 'm-utf-8'
|
15 years ago |
Slava Zanko
|
841a47e163
Fix copy of current/opposite path to command line: remove charset info from path
|
15 years ago |
Ilia Maslakov
|
df1d805b44
add utf8_display global variable, if display bits select utf-8 utf8_display = 1
|
16 years ago |
Mikhail S. Pobolovets
|
1959b42fdc
Merge branch '252_doxygen_desc_src'
|
16 years ago |
Ilia Maslakov
|
20c769b063
Add stack navigation structure. Add hotkeys A-'-' backward A-'=' forward navigation to files.
|
16 years ago |
Mikhail S. Pobolovets
|
758ab591d8
Simple doxygen description for files in src directory.
|
16 years ago |
Mikhail S. Pobolovets
|
e3a82ba1d8
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
|
16 years ago |
Enrico Weigelt, metux IT service
|
53627743b4
* main.c, main.h, main-widgets.h, filegui.c, layout.c, screen.c:
|
16 years ago |
Roland Illig
|
3b1d56cb8a
Replaced the printf format with __printf__.
|
19 years ago |
Pavel Tsekov
|
04000dcf84
* doc/mc.1.in: Update the documentation to reflect the fact that
|
19 years ago |
Roland Illig
|
03759c8f34
* main.h: Added const qualifier to the global prompt variable.
|
19 years ago |
Roland Illig
|
e7917badfa
* main.h: Removed unused variables acs_hline and acs_vline.
|
19 years ago |
Leonard den Ottolander
|
f10fe35005
* main.[ch], user.c: Fixed a double free in mc_maybe_editor_or_viewer().
|
19 years ago |
Roland Illig
|
2a21804cc2
* main.h: Changed the type of quiet_quit_cmd() from int to void.
|
19 years ago |
Roland Illig
|
5356ac60d5
* main.c (maybe_cd): Removed unused parameter.
|
20 years ago |
Roland Illig
|
e792cffb8d
* *.h: Renamed multiple inclusion guards that started with a
|
20 years ago |
Roland Illig
|
4baefa09c2
* Code cleanup: Added const qualifier for variables and
|
20 years ago |
Roland Illig
|
9d41314d09
Added more const-ness to print_vfs_message.
|
20 years ago |
Roland Illig
|
e0ea1733e3
The type key_callback has got a real prototype.
|
20 years ago |
Pavel Roskin
|
dca92d4941
Trivial cleanup.
|
21 years ago |
Pavel Roskin
|
0837ed2b49
* cmd.c: Cleanup of unneeded global functions and data.
|
21 years ago |
Pavel Roskin
|
0c794a4e95
Fix unsafe defines.
|
21 years ago |
Pavel Roskin
|
a1ce20517c
* main.c: Make more variables static.
|
21 years ago |
Pavel Roskin
|
c72a1ea44c
Get rid of all references to NATIVE_WIN32.
|
21 years ago |
Pavel Roskin
|
c36bf430bf
* text.c: Eliminate. Move colors to color.c and clr_scr() to
|
21 years ago |
Pavel Roskin
|
e4f7714ab1
* execute.c: New file with all functions for execution and
|
21 years ago |
Pavel Roskin
|
a568db4228
* main.c (execute): Eliminate. Fix all dependencies.
|
21 years ago |
Pavel Roskin
|
12f4a6665a
* main.c (directory_history_add): Don't change the directory
|
22 years ago |
Pavel Roskin
|
0f865bcf8f
* cmd.c (get_random_hint): Add "force" argument to ignore
|
22 years ago |
Pavel Roskin
|
da0c9299ad
* main.c (update_xterm_title_path): New function, display
|
22 years ago |
Pavel Roskin
|
befd79dfbc
* main.c (copy_prog_name): Make static.
|
22 years ago |
Pavel Roskin
|
5cb2ef30f3
Fix duplicate declarations.
|
22 years ago |
Pavel Roskin
|
5aeb6c2422
* dialog.c (struct Refresh): Make opaque.
|
22 years ago |
Pavel Roskin
|
d4ddbe5148
* cmd.c (menu_edit_cmd): Make static, provide separate functions
|
22 years ago |
Pavel Roskin
|
85075934f1
* main.h: Don't check if panel.h was included. Use forward
|
22 years ago |
Pavel Roskin
|
b3ae19dd7d
* chmod.c (init_chmod): Make static.
|
22 years ago |
Pavel Roskin
|
2538dbfdd3
* file.c (panel_get_file): Make static.
|
22 years ago |
Pavel Roskin
|
b181f4519f
* main.h: Remove all references to icons.
|
22 years ago |
Pavel Roskin
|
eeea579c19
* main.c: Remove advanced_chfns variable. Adjust all
|
22 years ago |
Pavel Roskin
|
ec1b1f9614
Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
|
22 years ago |