aerc/widgets
Tom Lebreux 41212a717e Fix infinite loop on empty DirectoryContents
When changing to an empty directory, ml.selected is 0, and the length
of ml.store.Uids is 0. The loop condition is always true so we have
an infinite loop causing 100% CPU usage and prevents us to change to
other directories.

Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
2019-04-05 15:24:00 -04:00
..
account.go Make message viewer real, part two 2019-03-31 12:35:51 -04:00
aerc.go Make the message viewer real, part one 2019-03-31 12:14:37 -04:00
dirlist.go Use tcell.Style.Reverse instead of black on white 2019-03-30 12:59:18 -04:00
exline.go Add basic terminal widget 2019-03-17 14:02:33 -04:00
msglist.go Fix infinite loop on empty DirectoryContents 2019-04-05 15:24:00 -04:00
msgviewer.go Remove extra debug statement 2019-03-31 15:21:33 -04:00
spinner.go Display message subjects in message list 2019-03-14 22:19:04 -04:00
status.go Use tcell.Style.Reverse instead of black on white 2019-03-30 12:59:18 -04:00
tabhost.go Move exline handling up to aerc, add :term 2019-03-17 16:19:15 -04:00
terminal.go Fix crash on command not found 2019-03-30 16:29:52 -04:00