diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-26 18:28:41 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-26 19:28:41 +0200 |
| commit | 3032669cd9bf8d2a564f9eb37bc9a58bbb317314 (patch) | |
| tree | 511b229fa6ca73ee3d688665203d100ec2a8b4d6 /vis.h | |
| parent | a338f4fd81a00c14f416f4bfa004583e5ede18c5 (diff) | |
| download | vis-3032669cd9bf8d2a564f9eb37bc9a58bbb317314.tar.gz vis-3032669cd9bf8d2a564f9eb37bc9a58bbb317314.tar.xz | |
vis: use normalized absolute file names as internal representation
Try to display a shorthand version in the status bar, this currently
only works for files below the current working directory of the editor
process.
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -92,8 +92,6 @@ void vis_window_close(Win*); /* split the given window. changes to the displayed text will be reflected * in both windows */ bool vis_window_split(Win*); -/* change file name associated with this window, affects syntax coloring */ -void vis_window_name(Win*, const char *filename); /* change status message of this window */ void vis_window_status(Win*, const char *status); /* focus the next / previous window */ |
