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:
+140
-2
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user