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) {
|
static GtkTreeModel *create_completion_model(VteTerminal *vte) {
|
||||||
GtkListStore *store;
|
GtkListStore *store = gtk_list_store_new(1, G_TYPE_STRING);
|
||||||
|
|
||||||
store = gtk_list_store_new(1, G_TYPE_STRING);
|
|
||||||
|
|
||||||
// TODO: get the full buffer
|
// TODO: get the full buffer
|
||||||
gchar *content = vte_terminal_get_text(vte,
|
gchar *content = vte_terminal_get_text(vte,
|
||||||
|
|
Loading…
Reference in New Issue