about summary refs log tree commit diff stats
path: root/src/lcurses/curses.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lcurses/curses.c')
0 files changed, 0 insertions, 0 deletions
>d62c82f ^
893123c ^
1f8b2ce ^

1f8b2ce ^
f06a2d6 ^
893123c ^
8af4945 ^

f06a2d6 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

            
                      

                                          
 
                           
                           

                            
                          
                
 

                                              





                      
package main

// content-type consts
const txtutf8 = "text/plain; charset=utf8"
const htmlutf8 = "text/html; charset=utf8"

// config object definition
type configuration struct {
	port          int
	logfile       string
	stdoutLogging bool
	instance
}

// refers to this specific instance of getwtxt
type instance struct {
	name  string
	url   string
	owner string
	mail  string
}