minor cleanup
This commit is contained in:
parent
44d883e04d
commit
8ba2f5361a
|
@ -45,9 +45,7 @@ static gboolean add_to_list_store(char *key,
|
|||
}
|
||||
|
||||
static GtkTreeModel *create_completion_model(VteTerminal *vte) {
|
||||
GtkListStore *store;
|
||||
|
||||
store = gtk_list_store_new(1, G_TYPE_STRING);
|
||||
GtkListStore *store = gtk_list_store_new(1, G_TYPE_STRING);
|
||||
|
||||
// TODO: get the full buffer
|
||||
gchar *content = vte_terminal_get_text(vte,
|
||||
|
|
Loading…
Reference in New Issue