Home
last modified time | relevance | path

Searched refs:cfDontConfirmClose (Results 1 – 3 of 3) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dstuff.h1168 cfDontConfirmQuit = 0x10, cfDontConfirmClose = 0x20, enumerator
H A Dinit.c987 else if (is_word(strClose)) config.flags |= cfDontConfirmClose; in handle_word()
H A Dmain.c4810 if (config.flags & cfDontConfirmClose) window_hide(current_window_x, 2); in generic_handle_command()