réplica de
https://github.com/sammy-ette/Hilbish
synced 2025-08-10 02:52:03 +00:00
Comparar commits
2 Commits
91222f9d74
...
b8e0874ab0
Autor | SHA1 | Fecha | |
---|---|---|---|
|
b8e0874ab0 | ||
|
ae449b89eb |
@ -163,7 +163,7 @@ func (rl *Instance) getNormalCompletion() {
|
|||||||
// escape the completion mode from here directly.
|
// escape the completion mode from here directly.
|
||||||
var items bool
|
var items bool
|
||||||
for _, group := range rl.tcGroups {
|
for _, group := range rl.tcGroups {
|
||||||
if len(group.Suggestions) > 0 {
|
if len(group.Suggestions) > 1 {
|
||||||
items = true
|
items = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ import (
|
|||||||
|
|
||||||
func handleSignals() {
|
func handleSignals() {
|
||||||
c := make(chan os.Signal)
|
c := make(chan os.Signal)
|
||||||
signal.Notify(c, os.Interrupt, syscall.SIGWINCH, syscall.SIGUSR1, syscall.SIGUSR2)
|
signal.Notify(c, os.Interrupt, syscall.SIGWINCH, syscall.SIGUSR1, syscall.SIGUSR2, syscall.SIGQUIT)
|
||||||
|
|
||||||
for s := range c {
|
for s := range c {
|
||||||
switch s {
|
switch s {
|
||||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user