-
Updated
Oct 4, 2020 - JavaScript
irc-client
Here are 212 public repositories matching this topic...
-
Updated
Oct 3, 2020 - Perl
-
Updated
Sep 16, 2020 - Go
-
Updated
Mar 23, 2020 - Java
-
Updated
May 13, 2020 - Python
-
Updated
Mar 22, 2020 - Perl
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Java
-
Updated
Oct 5, 2020 - Go
-
Updated
Aug 13, 2020 - Go
-
Updated
Oct 4, 2020 - Python
-
Updated
Aug 30, 2020 - PHP
-
Updated
Oct 3, 2020 - Awk
Improve this page
Add a description, image, and links to the irc-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the irc-client topic, visit your repo's landing page and select "manage topics."
I was reading the code today and found some potential improvements and a problem in the code.
Starting with the problem:
InputArea::height
is never set. It starts its life asNone
and stays that way. That meansInputArea::get_height
always recomputes the height even if nothing changes inInputArea
.I think it'd be better to invalidate
InputLine::ws_indices
(renamed from