<div dir="ltr">Two windows side by side is nothing, if you ask me ;) Also,  IMHO having function signatures longer than 80 cols is a serious problem, it needs to be fixed, and not by widening the terminal.<div><br></div><div>-v</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, May 25, 2018 at 8:24 AM Patrick Georgi <<a href="mailto:pgeorgi@google.com" target="_blank">pgeorgi@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Fr., 25. Mai 2018 um 17:05 Uhr schrieb Vadim Bendebury <<br>
<a href="mailto:vbendeb@chromium.org" target="_blank">vbendeb@chromium.org</a>>:<br>
> limiting width to 80 columns helps greatly when one wants to see several<br>
screens side by side.<br>
<br>
$ echo $COLUMNS<br>
274<br>
<br>
Two terminals of 120 + metadata (linenumbers, window frames, ...) fit well,<br>
and that's just a plain old Full HD display.<br>
I heard 4K is all the rage now ;-)<br>
<br>
> And of course implicitly keeps the code cleaner - if so much indentation<br>
is needed, the code is likely ripe for refactoring.<br>
Several of our function signatures are longer than a line.<br>
<br>
Two levels of indentation (function level + if clause), plus<br>
'printk(BIOS_ERROR, "\n");' is already more than half an 80 column screen.<br>
Breaking up messages means that they're harder to find with a git grep.<br>
<br>
<br>
Regards,<br>
Patrick<br>
-- <br>
Google Germany GmbH, ABC-Str. 19, 20354 Hamburg<br>
Registergericht und -nummer: Hamburg, HRB 86891, Sitz der Gesellschaft:<br>
Hamburg<br>
Geschäftsführer: Paul Manicle, Halimah DeLaine Prado<br>
</blockquote></div>