Add sakura to the terminal list in client.kak

Closes #479
This commit is contained in:
Maxime Coste 2015-11-16 13:57:58 +00:00
parent c3a4fc9405
commit 9aa1b770fd

View File

@ -10,6 +10,7 @@ decl str termcmd %sh{
'xterm -e sh -c' \
'roxterm -e sh -c' \
'mintty -e sh -c' \
'sakura -e ' \
'gnome-terminal -e ' \
'xfce4-terminal -e ' ; do
terminal=${termcmd%% *}