26
Hishiro
6y

I'm reading the source code of PuTTY. There's mixed tabs and spaces everywhere!

Comments
  • 1
    what are you searching for?
  • 2
    @JoshBent Just poking around. I wanted to see about removing the modal error prompts that show after disconnects but I decided to settle for KiTTY's auto-reconnect feature instead.
  • 1
    @Hishiro oh, never heard of kitty before, what else does it have vs putty?
  • 1
    @JoshBent Basically a fork of PuTTY that has more bells and whistles. They're all listed on their site, check it out: http://www.9bis.net/kitty/
  • 0
    @Hishiro hm the ones they list aren't that interesting, especially the chat (lol?), the mentioned auto reconnect isn't even listed though, which got my main attention
  • 1
    @JoshBent Yeah oddly enough they didn't highlight it on their "Other settings" page but they're not options present in the original PuTTY.
  • 2
    1. Download code
    2. Fix up indentation
    3. Create a PR
    4. ???
    5. Profit
  • 0
    @Hishiro I replaced PuTTY with KiTTY aswell when I found out about KiTTY (mainly because of its transparency feature).
  • 1
    Maybe add a .editorconfig file and make a PR.
Add Comment