old files

pull/6/head
dvkt 5 years ago
parent dd570642fe
commit 68105bfc8b

@ -5,7 +5,6 @@ extern crate termion;
mod gopher;
mod menu;
mod text;
mod types;
mod ui;
use ui::UI;

@ -1,21 +0,0 @@
#[derive(Copy, Clone, PartialEq, Debug)]
pub enum Type {
TextFile, // 0
Menu, // 1
CSOEntity, // 2
Error, // 3
BinhexFile, // 4
DOSFile, // 5
UUEncodedFile, // 6
Search, // 7
Telnet, // 8
BinaryFile, // 9
Mirror, // +
GIF, // g
Image, // i
Telnet3270, // T
HTMLFile, // h
Information, // i
Sound, // s
Document, // d
}
Loading…
Cancel
Save