From e08e024226086df183dccf15647903670f4e0914 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 13:06:36 -0400 Subject: Rename curtis -> home Why the heck did I do this? --- home/.config/git/ignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 home/.config/git/ignore (limited to 'home/.config/git/ignore') diff --git a/home/.config/git/ignore b/home/.config/git/ignore new file mode 100644 index 00000000..380a01a1 --- /dev/null +++ b/home/.config/git/ignore @@ -0,0 +1,2 @@ +*.DS_store +.pult* -- cgit 1.4.1 37'/> IRC client
about summary refs log tree commit diff
path: root/ui.c (unfollow)
Commit message (Expand)Author
2020-02-10Always increase unreadLinesJune McEnroe
2020-02-10Move scroll marker on resizeJune McEnroe
2020-02-10Update line count for words longer than linesJune McEnroe
2020-02-10Simplify mark, heat, unread trackingJune McEnroe
2020-02-10Update prompt when own nick changesJune McEnroe
2020-02-10Match URLs surrounded by parenthesesJune McEnroe
2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe
2020-02-09Add M-lJune McEnroe
2020-02-09Add /whoisJune McEnroe
2020-02-09Add /msgJune McEnroe