We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8930b commit e02a34fCopy full SHA for e02a34f
lib/src/core/buffer/buffer.dart
@@ -551,8 +551,6 @@ class Buffer {
551
552
builder.write('${i.toString().padLeft(lineNumberLength)}: |${lines[i]}|');
553
554
- TextEditingValue;
555
-
556
if (line.isWrapped) {
557
builder.write(' (⏎)');
558
}
lib/src/ui/shortcut/actions.dart
@@ -21,8 +21,6 @@ class TerminalActions extends StatelessWidget {
21
22
@override
23
Widget build(BuildContext context) {
24
- TextEditingController;
25
26
return Actions(
27
actions: {
28
PasteTextIntent: CallbackAction<PasteTextIntent>(
0 commit comments