aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-26 18:28:41 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-05-26 19:28:41 +0200
commit3032669cd9bf8d2a564f9eb37bc9a58bbb317314 (patch)
tree511b229fa6ca73ee3d688665203d100ec2a8b4d6 /vis.h
parenta338f4fd81a00c14f416f4bfa004583e5ede18c5 (diff)
downloadvis-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vis.h b/vis.h
index d699085..1a2a7d0 100644
--- a/vis.h
+++ b/vis.h
@@ -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 */