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

script: remove spaces before/after tags displayed on detail of script

This commit is contained in:
Sebastien Helleu
2012-08-28 16:37:29 +02:00
parent df7b14e41c
commit 186053f90c
14 changed files with 361 additions and 282 deletions
+2
View File
@@ -67,6 +67,8 @@ extern struct t_repo_script *script_repo_search_by_name_ext (const char *name_wi
extern const char *script_repo_get_status_for_display (struct t_repo_script *script,
const char *list,
int collapse);
extern const char *script_repo_get_status_desc_for_display (struct t_repo_script *script,
const char *list);
extern void script_repo_remove_all ();
extern void script_repo_update_status (struct t_repo_script *script);
extern void script_repo_update_status_all ();