mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Add comments.
This commit is contained in:
parent
89804295bd
commit
818d127652
@ -1835,6 +1835,7 @@ midnight_callback (struct Dlg_head *h, int id, int msg)
|
||||
|
||||
#define xtoolkit_panel_setup()
|
||||
|
||||
/* Show current directory in the xterm title */
|
||||
void
|
||||
update_xterm_title_path (void)
|
||||
{
|
||||
@ -1851,6 +1852,8 @@ update_xterm_title_path (void)
|
||||
g_free (p);
|
||||
}
|
||||
}
|
||||
|
||||
/* Load new hint and display it. */
|
||||
void
|
||||
load_hint (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user