From 3032669cd9bf8d2a564f9eb37bc9a58bbb317314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 26 May 2016 18:28:41 +0100 Subject: 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. --- vis.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vis.h') 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 */ -- cgit v1.2.3