Skip to content

Commit 3c6bb56

Browse files
committed
Flutter stuff + default to zsh
1 parent e1f55ba commit 3c6bb56

4 files changed

+6
-2
lines changed

lib/FrameBackend.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:xterm/terminal/terminal_backend.dart';
77
class FrameBackend implements TerminalBackend {
88
StreamController<String> _outStream = StreamController<String>();
99
PseudoTerminal _pseudoTerminal = PseudoTerminal.start(
10-
r'bash',
10+
r'zsh',
1111
['-i'],
1212
environment: {'TERM': 'xterm-256color'},
1313
);

linux/flutter/generated_plugin_registrant.cc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#include "generated_plugin_registrant.h"
68

79
#include <window_size/window_size_plugin.h>

linux/flutter/generated_plugin_registrant.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#ifndef GENERATED_PLUGIN_REGISTRANT_
68
#define GENERATED_PLUGIN_REGISTRANT_
79

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ packages:
115115
name: material_color_utilities
116116
url: "https://pub.dartlang.org"
117117
source: hosted
118-
version: "0.1.2"
118+
version: "0.1.3"
119119
meta:
120120
dependency: transitive
121121
description:

0 commit comments

Comments
 (0)