1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 09:05:42 +02:00

adding filename completion (partially)

This commit is contained in:
Emmanuel Bouthenot
2006-10-27 22:08:07 +00:00
parent ffd4b7c254
commit 4dd93fd6d3
4 changed files with 290 additions and 4 deletions
+140 -2
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -92,6 +92,11 @@
#define DIR_SEPARATOR_CHAR '/'
#endif
/* some systems (like GNU/Hurd) doesn't define PATH_MAX */
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
/* global variables and functions */
extern char *weechat_argv0;
File diff suppressed because it is too large Load Diff
+5
View File
@@ -92,6 +92,11 @@
#define DIR_SEPARATOR_CHAR '/'
#endif
/* some systems (like GNU/Hurd) doesn't define PATH_MAX */
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
/* global variables and functions */
extern char *weechat_argv0;