Files
ladybird/Libraries/LibC
Andreas Kling a586a84450 LibC: Make sure that ioctl() requests are #defined as macros
This fixes terminal UI resizing in the vim port. The problem was that
vim had "#ifdef TIOCGWINSZ" around the code that figures out the size
of the terminal.

Since all of our ioctl() requests were enum values, this code was not
compiled into vim at all. This patch fixes that. :^)
2020-06-03 22:56:46 +02:00
..
2020-04-06 11:09:01 +02:00
2020-02-16 10:47:54 +01:00
2020-02-19 16:08:28 +01:00
2020-04-10 13:09:35 +02:00
2020-05-30 15:01:18 +02:00
2020-05-30 15:01:18 +02:00
2020-01-18 09:45:54 +01:00
2020-02-02 10:58:45 +01:00
2020-05-26 14:35:10 +02:00
2020-02-22 21:36:54 +01:00
2020-02-22 21:36:54 +01:00
2020-05-07 23:32:11 +02:00