X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstream.c;h=804399213ae7cbe87ebcbb96134130d5d4d51dd6;hb=a7665032bcdacab5d3441eb9d03cfe6b0c0c4923;hp=42d77babc8aae0b68c71d80049c3849256d178ed;hpb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;p=projects%2Fchimara%2Fchimara.git diff --git a/src/stream.c b/src/stream.c index 42d77ba..8043992 100644 --- a/src/stream.c +++ b/src/stream.c @@ -33,6 +33,7 @@ window_stream_new(winid_t window) /* Create stream and connect it to window */ strid_t str = stream_new_common(0, filemode_Write, STREAM_TYPE_WINDOW); str->window = window; + str->style = "normal"; return str; }